*
* Gets a list model of the assistant pages.
*
- * Returns: (transfer full): A list model of the pages.
+ * Returns: (transfer full) (attributes element-type=GtkAssistantPage): A list model of the pages.
*/
GListModel *
gtk_assistant_get_pages (GtkAssistant *assistant)
* Applications should try hard to avoid calling this function
* because of the slowdowns.
*
- * Returns: (transfer full): a #GListModel tracking @layout's
- * constraints
+ * Returns: (transfer full) (attributes element-type=GtkConstraint): a
+ * #GListModel tracking @layout's constraints
*/
GListModel *
gtk_constraint_layout_observe_constraints (GtkConstraintLayout *layout)
* Applications should try hard to avoid calling this function
* because of the slowdowns.
*
- * Returns: (transfer full): a #GListModel tracking @layout's
- * guides
+ * Returns: (transfer full) (attributes element-type=GtkConstraintGuide): a
+ * #GListModel tracking @layout's guides
*/
GListModel *
gtk_constraint_layout_observe_guides (GtkConstraintLayout *layout)
* Returns a #GListModel that contains the pages of the notebook,
* and can be used to keep an up-to-date view.
*
- * Returns: (transfer full): a #GListModel for the notebook's children
+ * Returns: (transfer full) (attributes element-type=GtkNotebookPage): a
+ * #GListModel for the notebook's children
*/
GListModel *
gtk_notebook_get_pages (GtkNotebook *notebook)
* Applications should try hard to avoid calling this function because of
* the slowdowns.
*
- * Returns: (transfer full): a #GListModel tracking @widget's children
+ * Returns: (transfer full) (attributes element-type=GtkWidget): a #GListModel
+ * tracking @widget's children
**/
GListModel *
gtk_widget_observe_children (GtkWidget *widget)
* Applications should try hard to avoid calling this function because of
* the slowdowns.
*
- * Returns: (transfer full): a #GListModel tracking @widget's controllers
+ * Returns: (transfer full) (attributes element-type=GtkEventController): a
+ * #GListModel tracking @widget's controllers
**/
GListModel *
gtk_widget_observe_controllers (GtkWidget *widget)